From 7222bda146713f83829848389d2926e62ed03553 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 28 Mar 2019 18:55:36 -0400 Subject: [PATCH] file chooser entry: Fix a crash The ::focus-out signal signature has changed. Adapt. --- gtk/gtkfilechooserentry.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index e08039b7a3..7175ccb77d 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -260,6 +260,8 @@ match_func (GtkEntryCompletion *compl, static void chooser_entry_focus_out (GtkEventControllerKey *key_controller, + GdkCrossingMode mode, + GdkNotifyType detail, GtkFileChooserEntry *chooser_entry) { set_complete_on_load (chooser_entry, FALSE); -- 2.30.2